home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Utility Spectacular / AfterDark / TwilightZone ƒ / source / sndstuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-08  |  170 b   |  7 lines  |  [TEXT/KAHL]

  1. #ifndef __soundstuff__
  2. #define __soundstuff__
  3.  
  4. OSErr MakeModuleSound(SndChannelPtr *retSndChannel,short soundType);
  5. OSErr DisposeModuleSound(SndChannelPtr sndCh);
  6.  
  7. #endif